home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Archive-tools / Macbin / Makefile < prev   
Makefile  |  1994-10-18  |  238b  |  16 lines

  1.  
  2. # Compile with Gnu C, if possbile; it produced 20% smaller code in this case.
  3.  
  4. all:
  5.     cc -O macbin.c -o macbin
  6.  
  7. cc:
  8.     cc -O macbin.c -o macbin
  9.  
  10. gcc:
  11.     gcc -O macbin.c -o macbin
  12.  
  13. shar:
  14.     shar -f macbin_readme macbin.c Makefile > macbin.shar
  15.  
  16.